projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6af4397
)
(Fyes_or_no_p): Call Fread_from_minibuffer
author
Kenichi Handa
<handa@m17n.org>
Tue, 26 Aug 1997 11:42:33 +0000
(11:42 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 26 Aug 1997 11:42:33 +0000
(11:42 +0000)
with INHERIT-INPUT-METHOD nil.
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 11c552a5f77f317c4cfe14c52ad8b22d6749f1ca..29ecef4871294a901528402ddce3ef1b239b5630 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-1877,7
+1877,8
@@
and can edit it until it has been confirmed.")
while (1)
{
ans = Fdowncase (Fread_from_minibuffer (prompt, Qnil, Qnil, Qnil,
- Qyes_or_no_p_history, Qnil));
+ Qyes_or_no_p_history, Qnil,
+ Qnil));
if (XSTRING (ans)->size == 3 && !strcmp (XSTRING (ans)->data, "yes"))
{
UNGCPRO;